__ANDROID_API_FUTURE__

Magic version number for an Android OS build which has not yet turned into an official release, for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_FUTURE__ = 10000;

Meta